[INFO] cloning repository https://github.com/kevinjdinicola/ghostlib
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kevinjdinicola/ghostlib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinjdinicola%2Fghostlib", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinjdinicola%2Fghostlib'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 93fec17e59c47114de33dc4e31931bc348cc3ee0
[INFO] fixing kevinjdinicola/ghostlib against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevinjdinicola%2Fghostlib" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kevinjdinicola/ghostlib
[INFO] finished tweaking git repo https://github.com/kevinjdinicola/ghostlib
[INFO] tweaked toml for git repo https://github.com/kevinjdinicola/ghostlib written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kevinjdinicola/ghostlib on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kevinjdinicola/ghostlib already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4b51ac49ff5ab325bf744e63f1e59c835de162ff480bff35ed9e8d174e73fd8e
[INFO] running `Command { std: "docker" "start" "4b51ac49ff5ab325bf744e63f1e59c835de162ff480bff35ed9e8d174e73fd8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b51ac49ff5ab325bf744e63f1e59c835de162ff480bff35ed9e8d174e73fd8e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b51ac49ff5ab325bf744e63f1e59c835de162ff480bff35ed9e8d174e73fd8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4b51ac49ff5ab325bf744e63f1e59c835de162ff480bff35ed9e8d174e73fd8e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking subtle v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking cpufeatures v0.2.12
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking zerocopy v0.7.32
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling regex-lite v0.1.5
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling platforms v3.4.0
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking rustls-pki-types v1.7.0
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]    Compiling ucd-parse v0.1.13
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling iroh-blake3 v1.4.5
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking no-std-net v0.6.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling oid-registry v0.7.0
[INFO] [stderr]     Checking pnet_base v0.34.0
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking rustls-native-certs v0.6.3
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.32
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]     Checking webpki-roots v0.25.4
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking ssh-encoding v0.2.0
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling struct_iterable_internal v0.1.1
[INFO] [stderr]    Compiling prometheus-client v0.22.2
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking match_cfg v0.1.0
[INFO] [stderr]    Compiling redb v2.1.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling oid-registry v0.6.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking ssh-cipher v0.2.0
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking pnet_macros_support v0.34.0
[INFO] [stderr]     Checking const_format v0.2.32
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]     Checking webpki-roots v0.26.1
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking raw-cpuid v11.0.2
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking self_cell v1.0.4
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking xml-rs v0.8.20
[INFO] [stderr]     Checking embedded-io v0.4.0
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking resolv-conf v0.7.0
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking hmac-sha1 v0.2.2
[INFO] [stderr]     Checking xmltree v0.10.3
[INFO] [stderr]     Checking ttl_cache v0.5.1
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking simple-dns v0.6.2
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking quanta v0.12.3
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking hostname-validator v1.1.1
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling ref-cast v1.0.22
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking bounded-integer v0.5.7
[INFO] [stderr]     Checking no-std-compat v0.4.1
[INFO] [stderr]     Checking hmac-sha256 v1.1.7
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking erased_set v0.7.0
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking z32 v1.1.1
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking netdev v0.25.0
[INFO] [stderr]     Checking genawaiter-macro v0.99.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling redb v1.5.1
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]     Checking anstyle-query v1.0.3
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.102.4
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking binary-merge v0.1.2
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking unicode-width v0.1.12
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]    Compiling precis-tools v0.1.7
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling syn-mid v0.5.4
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking positioned-io v0.3.3
[INFO] [stderr]     Checking weedle2 v5.0.0
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling precis-core v0.1.9
[INFO] [stderr]    Compiling precis-profiles v0.1.10
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]    Compiling asn1-rs-derive v0.4.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]     Checking netlink-packet-utils v0.5.2
[INFO] [stderr]    Compiling derive_more-impl v1.0.0-beta.6
[INFO] [stderr]    Compiling pest v2.7.10
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking netlink-packet-core v0.7.0
[INFO] [stderr]    Compiling postcard-derive v0.1.1
[INFO] [stderr]    Compiling enumflags2_derive v0.7.9
[INFO] [stderr]    Compiling prometheus-client-derive-encode v0.4.2
[INFO] [stderr]    Compiling pnet_macros v0.34.0
[INFO] [stderr]    Compiling enum-as-inner v0.6.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking netlink-packet-route v0.17.1
[INFO] [stderr]    Compiling der_derive v0.7.2
[INFO] [stderr]    Compiling uniffi_checksum_derive v0.27.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]    Compiling strum_macros v0.26.2
[INFO] [stderr]    Compiling genawaiter-proc-macro v0.99.1
[INFO] [stderr]     Checking enumflags2 v0.7.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.22
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]     Checking pnet_packet v0.34.0
[INFO] [stderr]    Compiling scroll_derive v0.12.0
[INFO] [stderr]     Checking genawaiter v0.99.1
[INFO] [stderr]     Checking der v0.7.9
[INFO] [stderr]    Compiling enum-ordinalize v3.1.15
[INFO] [stderr]    Compiling pest_meta v2.7.10
[INFO] [stderr]     Checking num_enum v0.7.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling educe v0.4.23
[INFO] [stderr]     Checking scroll v0.12.0
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]    Compiling num_enum_derive v0.5.11
[INFO] [stderr]     Checking goblin v0.8.2
[INFO] [stderr]    Compiling pest_generator v2.7.10
[INFO] [stderr]     Checking strum v0.26.2
[INFO] [stderr]    Compiling uniffi_meta v0.27.1
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures-buffered v0.2.4
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking reflink-copy v0.1.17
[INFO] [stderr]     Checking hashlink v0.9.0
[INFO] [stderr]     Checking lru v0.12.3
[INFO] [stderr]    Compiling pest_derive v2.7.10
[INFO] [stderr]     Checking oneshot-uniffi v0.1.6
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking heck v0.4.1
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking quoted-string-parser v0.1.0
[INFO] [stderr]     Checking num_enum v0.5.11
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking derive_more v1.0.0-beta.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking clap v4.5.4
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking serdect v0.2.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking postcard v1.0.8
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking serde-error v0.1.2
[INFO] [stderr]     Checking cargo-platform v0.1.8
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking futures-concurrency v7.6.0
[INFO] [stderr]     Checking inplace-vec-builder v0.1.1
[INFO] [stderr]     Checking range-collections v0.4.5
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking iroh-quinn-proto v0.10.8
[INFO] [stderr]     Checking iroh-quinn-udp v0.4.2
[INFO] [stderr]     Checking crypto_secretbox v0.1.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking watchable v1.1.2
[INFO] [stderr]     Checking cargo_metadata v0.15.4
[INFO] [stderr]     Checking tokio-serde v0.8.0
[INFO] [stderr]     Checking uniffi_core v0.27.1
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking attohttpc v0.24.1
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking governor v0.6.3
[INFO] [stderr]     Checking flexbuffers v2.0.0
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking uniffi_testing v0.27.1
[INFO] [stderr]     Checking uniffi_udl v0.27.1
[INFO] [stderr]    Compiling erased-serde v0.3.31
[INFO] [stderr]    Compiling basic-toml v0.1.9
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.2
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]     Checking stun-rs v0.1.8
[INFO] [stderr]    Compiling struct_iterable_derive v0.1.0
[INFO] [stderr]    Compiling uniffi_macros v0.27.1
[INFO] [stderr]     Checking struct_iterable v0.1.1
[INFO] [stderr]     Checking asn1-rs v0.6.1
[INFO] [stderr]     Checking asn1-rs v0.5.2
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking ed25519-dalek v2.1.1
[INFO] [stderr]     Checking crypto_box v0.9.1
[INFO] [stderr]     Checking ssh-key v0.6.6
[INFO] [stderr]     Checking askama v0.12.1
[INFO] [stderr]     Checking rcgen v0.12.1
[INFO] [stderr]     Checking uniffi_bindgen v0.27.1
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking der-parser v8.2.0
[INFO] [stderr]     Checking iroh-base v0.17.0
[INFO] [stderr]     Checking x509-parser v0.15.1
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking hyper v1.3.1
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tokio-rustls v0.25.0
[INFO] [stderr]     Checking netlink-sys v0.8.6
[INFO] [stderr]     Checking hickory-proto v0.24.1
[INFO] [stderr]     Checking iroh-quinn v0.10.5
[INFO] [stderr]     Checking surge-ping v0.8.1
[INFO] [stderr]     Checking iroh-io v0.6.0
[INFO] [stderr]     Checking netlink-proto v0.11.3
[INFO] [stderr]     Checking bao-tree v0.13.0
[INFO] [stderr]     Checking rtnetlink v0.13.1
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking quic-rpc v0.10.1
[INFO] [stderr]     Checking hyper-rustls v0.26.0
[INFO] [stderr]     Checking reqwest v0.12.4
[INFO] [stderr]     Checking iroh-metrics v0.17.0
[INFO] [stderr]     Checking hickory-resolver v0.24.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking igd-next v0.14.3
[INFO] [stderr]     Checking uniffi v0.27.1
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking pkarr v1.1.5
[INFO] [stderr]     Checking tokio-rustls-acme v0.3.0
[INFO] [stderr]     Checking iroh-net v0.17.0
[INFO] [stderr]     Checking iroh-gossip v0.17.0
[INFO] [stderr]     Checking iroh-docs v0.17.0
[INFO] [stderr]     Checking iroh-blobs v0.17.0
[INFO] [stderr]     Checking iroh v0.17.0
[INFO] [stderr]     Checking ghostlib v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/live_doc.rs (1 fix)
[INFO] [stderr]        Fixed src/dispatch/establish.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/blob.rs:35:27
[INFO] [stdout]     |
[INFO] [stdout]  35 |       while let Some(bdr) = bdr_rx.recv().await {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                             |             |
[INFO] [stdout]     |                             |             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                             |             up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                             |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                             `__awaitee` calls a custom destructor
[INFO] [stdout]     |                             `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  36 |           let nclone = node.clone();
[INFO] [stdout]  37 | /         tokio::spawn(async move {
[INFO] [stdout]  38 | |             hydrate_responder(nclone, bdr).await
[INFO] [stdout]  39 | |         });
[INFO] [stdout]     | |          -
[INFO] [stdout]     | |          |
[INFO] [stdout]     | |__________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  40 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/join.rs:350:1
[INFO] [stdout]     |
[INFO] [stdout] 350 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/establish.rs:164:50
[INFO] [stdout]     |
[INFO] [stdout]  87 |       async fn worker_loop(mut self) -> Result<()> {
[INFO] [stdout]     |                            --------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `self` calls a custom destructor
[INFO] [stdout]     |                            `self` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 103 | /             select! {
[INFO] [stdout] 104 | |                 Some(a) = action_rx.recv() => {
[INFO] [stdout] 105 | |                     match a {
[INFO] [stdout] 106 | |                         Action::GenerateJoinTicket => {
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |                                 let doc = self.context.node.docs.create().await?;
[INFO] [stdout]     | |                                           --------------------------------------
[INFO] [stdout]     | |                                           |                               |
[INFO] [stdout]     | |                                           |                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                           |                               `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                           `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 113 | |                                 self.identify_self_on_doc(&myself, false).await.unwrap();
[INFO] [stdout]     | |                                 -----------------------------------------------
[INFO] [stdout]     | |                                 |                                         |
[INFO] [stdout]     | |                                 |                                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                 |                                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                                 debug!("beginning {}", le_tx.is_closed());
[INFO] [stdout] 115 | |                                 self.subscribe_doc(le_tx.clone()).await.unwrap();
[INFO] [stdout]     | |                                 ---------------------------------------
[INFO] [stdout]     | |                                 |                                 |
[INFO] [stdout]     | |                                 |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                 |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 116 | |                             }
[INFO] [stdout] 117 | |                             let ticket = self.doc.as_ref().unwrap().share(ShareMode::Write,AddrInfoOptions::RelayAndAddresses).await?;
[INFO] [stdout]     | |                                 ------   --------------------------------------------------------------------------------------------
[INFO] [stdout]     | |                                 |        |                                                                                     |
[INFO] [stdout]     | |                                 |        |                                                                                     this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |                                 |        |                                                                                     `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 |        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                                 |        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 |        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |                                 |        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 `ticket` calls a custom destructor
[INFO] [stdout]     | |                                 `ticket` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |                             let doc = self.context.node.docs.import(Ticket::deserialize(&ticket)?).await?;
[INFO] [stdout]     | |                                       -------------------------------------------------------------------
[INFO] [stdout]     | |                                       |                             |                              |
[INFO] [stdout]     | |                                       |                             |                              this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     | |                                       |                             |                              `#14` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       |                             this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     | |                                       |                             `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |                                       `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     | |                                       `#13` will be dropped later as of Edition 2024
[INFO] [stdout] 130 | |                             self.doc = Some(doc);
[INFO] [stdout] 131 | |                             self.identify_self_on_doc(&myself, true).await.unwrap();
[INFO] [stdout]     | |                             ----------------------------------------------
[INFO] [stdout]     | |                             |                                        |
[INFO] [stdout]     | |                             |                                        this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     | |                             |                                        `#16` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     | |                             `#15` will be dropped later as of Edition 2024
[INFO] [stdout] 132 | |                             debug!("identified myself, now subscribing");
[INFO] [stdout] 133 | |                             self.subscribe_doc(le_tx.clone()).await.unwrap();
[INFO] [stdout]     | |                             ---------------------------------------
[INFO] [stdout]     | |                             |                                 |
[INFO] [stdout]     | |                             |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     | |                             |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 138 | |                             self.accept_connection(&myself).await?;
[INFO] [stdout]     | |                             --------------------------------------
[INFO] [stdout]     | |                             |                               |
[INFO] [stdout]     | |                             |                               this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     | |                             |                               `#21` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     | |                             `#20` will be dropped later as of Edition 2024
[INFO] [stdout] 139 | |                             self.drop_doc().await?;
[INFO] [stdout]     | |                             ----------------------
[INFO] [stdout]     | |                             |               |
[INFO] [stdout]     | |                             |               this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]     | |                             |               `#24` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]     | |                             `#22` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]     | |                             `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 145 | |                             self.drop_doc().await?;
[INFO] [stdout]     | |                             ----------------------
[INFO] [stdout]     | |                             |               |
[INFO] [stdout]     | |                             |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]     | |                             |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]     | |                             `#25` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]     | |                             `#26` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | |                 Some(le) = le_rx.recv() => {
[INFO] [stdout]     | |                      --
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      `le` calls a custom destructor
[INFO] [stdout]     | |                      `le` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 164 | |                             if let Some(entry) = crp.process_event(le)? {
[INFO] [stdout]     | |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |                                                  |
[INFO] [stdout]     | |                                                  this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]     | |                                                  up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                  this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]     | |                                                  up until Edition 2021 `#32` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 165 | |                                 self.handle_doc_entry(entry, myself).await?;
[INFO] [stdout]     | |                                 -------------------------------------------
[INFO] [stdout]     | |                                 |                                    |
[INFO] [stdout]     | |                                 |                                    this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]     | |                                 |                                    `#30` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]     | |                                 `#28` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]     | |                                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] 166 | |                             }
[INFO] [stdout] 167 | |                         }
[INFO] [stdout]     | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |                 },
[INFO] [stdout] 173 | |             }
[INFO] [stdout]     | |             -
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `output` calls a custom destructor
[INFO] [stdout]     | |             `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `futures` calls a custom destructor
[INFO] [stdout]     | |             `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |_____________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `output` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ticket` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for SigningKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for SigningKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for SigningKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for SigningKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#27` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `le` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `self` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/establish.rs:293:27
[INFO] [stdout]     |
[INFO] [stdout] 291 |                 while let Some(Ok(le)) = stream.next().await {
[INFO] [stdout]     |                                                        -----
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 292 |                     debug!("AND FUCKING HERE?? {}", le_tx.is_closed());
[INFO] [stdout] 293 |                     match le_tx.send(le).await { Err(e) => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                           |              |           |
[INFO] [stdout]     |                           |              |           `e` calls a custom destructor
[INFO] [stdout]     |                           |              |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |              this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |              up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           |              `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 298 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/establish.rs:291:42
[INFO] [stdout]     |
[INFO] [stdout] 291 |                 while let Some(Ok(le)) = stream.next().await {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                          |             |
[INFO] [stdout]     |                                          |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                          |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                          up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 292 |                     debug!("AND FUCKING HERE?? {}", le_tx.is_closed());
[INFO] [stdout] 293 |                     match le_tx.send(le).await { Err(e) => {
[INFO] [stdout]     |                           --------------------       -
[INFO] [stdout]     |                           |              |           |
[INFO] [stdout]     |                           |              |           `e` calls a custom destructor
[INFO] [stdout]     |                           |              |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           |              `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 298 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/data.rs:138:53
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let e = if let Some(pk) = pk {
[INFO] [stdout]     |         -
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `e` calls a custom destructor
[INFO] [stdout]     |         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 138 |     Ok(node.deserialize_read_blob(e.content_hash()).await?)
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |                                                     |
[INFO] [stdout]     |                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 139 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/exchange/context.rs:183:37
[INFO] [stdout]     |
[INFO] [stdout] 183 |         while let Some(Ok(event)) = stream.next().await {
[INFO] [stdout]     |                           -----     ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |         |             |
[INFO] [stdout]     |                           |         |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |         |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]     |                           |         up until Edition 2021 `#26` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `event` calls a custom destructor
[INFO] [stdout]     |                           `event` will be dropped later as of Edition 2024
[INFO] [stdout] 184 |             let handle_result: Result<()> = match event {
[INFO] [stdout]     |                 -------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `handle_result` calls a custom destructor
[INFO] [stdout]     |                 `handle_result` will be dropped later as of Edition 2024
[INFO] [stdout] 185 |                 LiveEvent::NeighborUp(pk) => {
[INFO] [stdout] 186 |                     self.neighbor_changed((*pk.as_bytes()).into(), true).await?;
[INFO] [stdout]     |                     -----------------------------------------------------------
[INFO] [stdout]     |                     |                                                    |
[INFO] [stdout]     |                     |                                                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                     |                                                    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     `__awaitee` calls a custom destructor
[INFO] [stdout]     |                     `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 190 |                     self.neighbor_changed((*pk.as_bytes()).into(), false).await?;
[INFO] [stdout]     |                     ------------------------------------------------------------
[INFO] [stdout]     |                     |                                                     |
[INFO] [stdout]     |                     |                                                     this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                     |                                                     `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                     `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 195 |                     self.broadcast(SyncFinished).await?;
[INFO] [stdout]     |                     ----------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                     `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 199 |                     if let Some(entry) = crp.process_event(event)? {
[INFO] [stdout]     |                                 -----    -------------------------
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 |        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 |        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 `entry` calls a custom destructor
[INFO] [stdout]     |                                 `entry` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 202 |                         if let Some(iden) = self.identification_rw.content_ready(key, &entry).await? {
[INFO] [stdout]     |                                             -------------------------------------------------------
[INFO] [stdout]     |                                             |                                                 |
[INFO] [stdout]     |                                             |                                                 this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                             |                                                 `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                             this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                             `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 203 |                             self.new_participant_joined(iden).await?;
[INFO] [stdout]     |                             ----------------------------------------
[INFO] [stdout]     |                             |                                 |
[INFO] [stdout]     |                             |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                             |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                             `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] 204 |                         } else if let Some(msg) = self.messages_rw.content_ready(key, &entry).await? {
[INFO] [stdout]     |                                                   --------------------------------------------------
[INFO] [stdout]     |                                                   |                                           |
[INFO] [stdout]     |                                                   |                                           this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                                   |                                           `#17` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                                   this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                                   `#15` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                                   this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                                   `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 205 |                             self.new_message_received(msg).await?
[INFO] [stdout]     |                             ------------------------------------
[INFO] [stdout]     |                             |                              |
[INFO] [stdout]     |                             |                              this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                             |                              `#19` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                             `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 206 |                         } else if let Some(file) = self.file_rw.content_ready(key, &entry).await? {
[INFO] [stdout]     |                                                    ----------------------------------------------
[INFO] [stdout]     |                                                    |                                       |
[INFO] [stdout]     |                                                    |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]     |                                                    |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                                    this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                                                    `#20` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                                    this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                                    `#21` will be dropped later as of Edition 2024
[INFO] [stdout] 207 |                             self.file_updated(file).await?;
[INFO] [stdout]     |                             ------------------------------
[INFO] [stdout]     |                             |                       |
[INFO] [stdout]     |                             |                       this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]     |                             |                       `#25` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]     |                             `#23` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]     |                             `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 216 |             if let Err(e) = handle_result {
[INFO] [stdout]     |                        -
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        `e` calls a custom destructor
[INFO] [stdout]     |                        `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 219 |         };
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `event` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `handle_result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/live_doc.rs:81:37
[INFO] [stdout]     |
[INFO] [stdout]  81 |         while let Some(Ok(entry)) = stream.next().await {
[INFO] [stdout]     |                           -----     ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |         |             |
[INFO] [stdout]     |                           |         |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |         |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `entry` calls a custom destructor
[INFO] [stdout]     |                           `entry` will be dropped later as of Edition 2024
[INFO] [stdout]  82 |             output.push(self.node.deserialize_read_blob(entry.content_hash()).await?);
[INFO] [stdout]     |                         ------------------------------------------------------------
[INFO] [stdout]     |                         |                                                     |
[INFO] [stdout]     |                         |                                                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         |                                                     `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/live_doc.rs:120:37
[INFO] [stdout]     |
[INFO] [stdout] 120 |         while let Some(Ok(entry)) = stream.next().await {
[INFO] [stdout]     |                           -----     ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |         |             |
[INFO] [stdout]     |                           |         |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |         |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `entry` calls a custom destructor
[INFO] [stdout]     |                           `entry` will be dropped later as of Edition 2024
[INFO] [stdout] 121 |             output.push(self.node.deserialize_read_blob(entry.content_hash()).await?);
[INFO] [stdout]     |                         ------------------------------------------------------------
[INFO] [stdout]     |                         |                                                     |
[INFO] [stdout]     |                         |                                                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         |                                                     `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 122 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/live_doc.rs:50:37
[INFO] [stdout]     |
[INFO] [stdout]  50 |         while let Some(Ok(entry)) = stream.next().await {
[INFO] [stdout]     |                           -----     ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |         |             |
[INFO] [stdout]     |                           |         |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |         |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `entry` calls a custom destructor
[INFO] [stdout]     |                           `entry` will be dropped later as of Edition 2024
[INFO] [stdout]  51 |             let bs = self.node.blobs.status(entry.content_hash()).await?;
[INFO] [stdout]     |                      ---------------------------------------------------
[INFO] [stdout]     |                      |                                            |
[INFO] [stdout]     |                      |                                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                      |                                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  59 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/lib.rs:264:47
[INFO] [stdout]     |
[INFO] [stdout] 261 | /                 select! {
[INFO] [stdout] 262 | |                     Some(()) = timeout_rx.recv() => return Err(anyhow!("timeout")),
[INFO] [stdout] 263 | |                     Ok(val) = rx.recv() => {
[INFO] [stdout] 264 | |                         if let Some(outval) = check(val, context.clone()).await {
[INFO] [stdout]     | |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                               |                           |
[INFO] [stdout]     | |                                               |                           this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                               |                           up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                               |                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                               |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                               up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                               `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 268 | |                 }
[INFO] [stdout]     | |                 -
[INFO] [stdout]     | |                 |
[INFO] [stdout]     | |                 `output` calls a custom destructor
[INFO] [stdout]     | |                 `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                 `futures` calls a custom destructor
[INFO] [stdout]     | |                 `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |_________________`#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/global.rs:154:40
[INFO] [stdout]     |
[INFO] [stdout] 154 |         while let Ok(e) = subby.recv().await {
[INFO] [stdout]     |                           -------------^^^^^
[INFO] [stdout]     |                           |            |
[INFO] [stdout]     |                           |            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           |            up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 157 |                     exchange_list_changed(&ctx, &tx).await.expect("couldnt send");
[INFO] [stdout]     |                     --------------------------------------
[INFO] [stdout]     |                     |                                |
[INFO] [stdout]     |                     |                                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     |                                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 160 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/exchange.rs:126:100
[INFO] [stdout]     |
[INFO] [stdout] 118 |         while let Ok(e) = subby.recv().await {
[INFO] [stdout]     |                           ------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 123 |                     reload_messages(&ctx, &tx).await.unwrap();
[INFO] [stdout]     |                     --------------------------------
[INFO] [stdout]     |                     |                          |
[INFO] [stdout]     |                     |                          this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     |                          `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     tx.send(Event(ExchangeEvents::LiveConnectionsUpdated { count: count as u32 })).await.unwrap()
[INFO] [stdout]     |                     -------------------------------------------------------------------------------^^^^^
[INFO] [stdout]     |                     |                                                                              |
[INFO] [stdout]     |                     |                                                                              this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                     |                                                                              up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                     `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 128 |                 ContextEvents::FileUpdated(file) => {
[INFO] [stdout] 129 |                     file_updated(file, &ctx, &tx).await.unwrap();
[INFO] [stdout]     |                     -----------------------------------
[INFO] [stdout]     |                     |                             |
[INFO] [stdout]     |                     |                             this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                     |                             `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/mod.rs:77:38
[INFO] [stdout]     |
[INFO] [stdout]  77 |             while let Some(action) = actor_rx.recv().await {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                      |               |
[INFO] [stdout]     |                                      |               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                      |               up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                      |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                      |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                      up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  78 |
[INFO] [stdout]  79 |                 let res = action_receiver(ctx.clone(), action, responder_tx.clone()).await;
[INFO] [stdout]     |                     ---   ----------------------------------------------------------------
[INFO] [stdout]     |                     |     |                                                          |
[INFO] [stdout]     |                     |     |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                     |     |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     |     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     |     `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     `res` calls a custom destructor
[INFO] [stdout]     |                     `res` will be dropped later as of Edition 2024
[INFO] [stdout]  80 |
[INFO] [stdout]  81 |                 if let Err(e) = res {
[INFO] [stdout]     |                            -
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `e` calls a custom destructor
[INFO] [stdout]     |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout]  82 |                     error!("Error handling action {}", e);
[INFO] [stdout]  83 |                     responder_tx.send(EventWrapper::Error).await.expect("Error reporting error");
[INFO] [stdout]     |                     --------------------------------------------
[INFO] [stdout]     |                     |                                      |
[INFO] [stdout]     |                     |                                      this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                     |                                      `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  84 |                 }
[INFO] [stdout]  85 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/mod.rs:103:37
[INFO] [stdout]     |
[INFO] [stdout] 103 |             while let Some(event) = rx.recv().await {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^-----
[INFO] [stdout]     |                            |        |         |
[INFO] [stdout]     |                            |        |         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        |         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |        `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `event` calls a custom destructor
[INFO] [stdout]     |                            `event` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 118 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/lib.rs:461:59
[INFO] [stdout]      |
[INFO] [stdout]  456 |             let ex = ah.exchange.contexts().await.remove(0);
[INFO] [stdout]      |                 --
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `ex` calls a custom destructor
[INFO] [stdout]      |                 `ex` will be dropped later as of Edition 2024
[INFO] [stdout]  457 |             info!("subscribing to worker events");
[INFO] [stdout]  458 |             let mut sub = ex.subscribe();
[INFO] [stdout]      |                 -------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `sub` calls a custom destructor
[INFO] [stdout]      |                 `sub` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  461 |             if let Ok(ContextEvents::Loaded) = sub.recv().await {
[INFO] [stdout]      |                                                           ^^^^^
[INFO] [stdout]      |                                                           |
[INFO] [stdout]      |                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  469 |         });
[INFO] [stdout]      |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/broadcast.rs:954:1
[INFO] [stdout]      |
[INFO] [stdout]  954 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]      |
[INFO] [stdout]  136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout]  137 | | where
[INFO] [stdout]  138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]      | |_____________________________________^
[INFO] [stdout]      = note: `ex` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.0/src/lib.rs:813:1
[INFO] [stdout]      |
[INFO] [stdout]  813 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/join.rs:350:1
[INFO] [stdout]      |
[INFO] [stdout]  350 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/mpsc/chan.rs:222:1
[INFO] [stdout]      |
[INFO] [stdout]  222 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-net-0.17.0/src/util.rs:69:1
[INFO] [stdout]      |
[INFO] [stdout]   69 | impl<T: Clone + Send> Drop for SharedAbortingJoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/mpsc/chan.rs:222:1
[INFO] [stdout]      |
[INFO] [stdout]  222 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-docs-0.17.0/src/actor.rs:555:1
[INFO] [stdout]      |
[INFO] [stdout]  555 | impl Drop for SyncHandle {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/mpsc/chan.rs:222:1
[INFO] [stdout]      |
[INFO] [stdout]  222 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]      |
[INFO] [stdout]  844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:484:1
[INFO] [stdout]      |
[INFO] [stdout]  484 | impl<S: 'static> Drop for UnownedTask<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/alloc/src/sync.rs:3472:0
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/io/scheduled_io.rs:400:1
[INFO] [stdout]      |
[INFO] [stdout]  400 | impl Drop for ScheduledIo {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/src/sys/unix/selector/epoll.rs:152:1
[INFO] [stdout]      |
[INFO] [stdout]  152 | impl Drop for Selector {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/scheduler/multi_thread/queue.rs:563:1
[INFO] [stdout]      |
[INFO] [stdout]  563 | impl<T> Drop for Local<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/mod.rs:474:1
[INFO] [stdout]      |
[INFO] [stdout]  474 | impl<S: 'static> Drop for Task<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-net-0.17.0/src/util.rs:35:1
[INFO] [stdout]      |
[INFO] [stdout]   35 | impl<T> Drop for AbortingJoinHandle<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.10/src/sync/cancellation_token.rs:123:1
[INFO] [stdout]      |
[INFO] [stdout]  123 | impl Drop for CancellationToken {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto_box-0.9.1/src/secret_key.rs:122:1
[INFO] [stdout]      |
[INFO] [stdout]  122 | impl Drop for SecretKey {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]      |
[INFO] [stdout]  652 | impl Drop for SigningKey {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/mpsc/chan.rs:222:1
[INFO] [stdout]      |
[INFO] [stdout]  222 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-quinn-0.10.5/src/endpoint.rs:727:1
[INFO] [stdout]      |
[INFO] [stdout]  727 | impl Drop for EndpointRef {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/task/join_set.rs:511:1
[INFO] [stdout]      |
[INFO] [stdout]  511 | impl<T> Drop for JoinSet<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/watch.rs:1317:1
[INFO] [stdout]      |
[INFO] [stdout] 1317 | impl<T> Drop for Sender<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/watchable-1.1.2/src/lib.rs:43:1
[INFO] [stdout]      |
[INFO] [stdout]   43 | impl<T> Drop for Watchable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/mpsc/chan.rs:222:1
[INFO] [stdout]      |
[INFO] [stdout]  222 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]      |
[INFO] [stdout]  544 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crypto_secretbox-0.1.1/src/lib.rs:334:1
[INFO] [stdout]      |
[INFO] [stdout]  334 | impl<C> Drop for SecretBox<C> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-net-0.17.0/src/util.rs:94:1
[INFO] [stdout]      |
[INFO] [stdout]   94 | impl Drop for CancelOnDrop {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/mpsc/chan.rs:222:1
[INFO] [stdout]      |
[INFO] [stdout]  222 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-net-0.17.0/src/net/udp.rs:138:1
[INFO] [stdout]      |
[INFO] [stdout]  138 | impl Drop for UdpSocket {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/watchable-1.1.2/src/lib.rs:43:1
[INFO] [stdout]      |
[INFO] [stdout]   43 | impl<T> Drop for Watchable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/watchable-1.1.2/src/lib.rs:43:1
[INFO] [stdout]      |
[INFO] [stdout]   43 | impl<T> Drop for Watchable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/task/join_set.rs:511:1
[INFO] [stdout]      |
[INFO] [stdout]  511 | impl<T> Drop for JoinSet<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.30/src/mpsc/mod.rs:943:1
[INFO] [stdout]      |
[INFO] [stdout]  943 | impl<T> Drop for BoundedSenderInner<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs:924:1
[INFO] [stdout]      |
[INFO] [stdout]  924 | impl<K, V, S> Drop for LinkedHashMap<K, V, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.0/src/lib.rs:994:1
[INFO] [stdout]      |
[INFO] [stdout]  994 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/mpsc/chan.rs:222:1
[INFO] [stdout]      |
[INFO] [stdout]  222 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/mpsc/chan.rs:222:1
[INFO] [stdout]      |
[INFO] [stdout]  222 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ex` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-blobs-0.17.0/src/store/fs.rs:1174:1
[INFO] [stdout]      |
[INFO] [stdout] 1174 | impl Drop for StoreInner {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `sub` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/sync/broadcast.rs:1344:1
[INFO] [stdout]      |
[INFO] [stdout] 1344 | impl<T> Drop for Receiver<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/blob.rs:35:27
[INFO] [stdout]     |
[INFO] [stdout]  35 |       while let Some(bdr) = bdr_rx.recv().await {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                             |             |
[INFO] [stdout]     |                             |             this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                             |             up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                             |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                             `__awaitee` calls a custom destructor
[INFO] [stdout]     |                             `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  36 |           let nclone = node.clone();
[INFO] [stdout]  37 | /         tokio::spawn(async move {
[INFO] [stdout]  38 | |             hydrate_responder(nclone, bdr).await
[INFO] [stdout]  39 | |         });
[INFO] [stdout]     | |          -
[INFO] [stdout]     | |          |
[INFO] [stdout]     | |__________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |            `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  40 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/runtime/task/join.rs:350:1
[INFO] [stdout]     |
[INFO] [stdout] 350 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/establish.rs:164:50
[INFO] [stdout]     |
[INFO] [stdout]  87 |       async fn worker_loop(mut self) -> Result<()> {
[INFO] [stdout]     |                            --------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `self` calls a custom destructor
[INFO] [stdout]     |                            `self` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 103 | /             select! {
[INFO] [stdout] 104 | |                 Some(a) = action_rx.recv() => {
[INFO] [stdout] 105 | |                     match a {
[INFO] [stdout] 106 | |                         Action::GenerateJoinTicket => {
[INFO] [stdout] ...   |
[INFO] [stdout] 109 | |                                 let doc = self.context.node.docs.create().await?;
[INFO] [stdout]     | |                                           --------------------------------------
[INFO] [stdout]     | |                                           |                               |
[INFO] [stdout]     | |                                           |                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                           |                               `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                           `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 113 | |                                 self.identify_self_on_doc(&myself, false).await.unwrap();
[INFO] [stdout]     | |                                 -----------------------------------------------
[INFO] [stdout]     | |                                 |                                         |
[INFO] [stdout]     | |                                 |                                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                 |                                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                 `#4` will be dropped later as of Edition 2024
[INFO] [stdout] 114 | |                                 debug!("beginning {}", le_tx.is_closed());
[INFO] [stdout] 115 | |                                 self.subscribe_doc(le_tx.clone()).await.unwrap();
[INFO] [stdout]     | |                                 ---------------------------------------
[INFO] [stdout]     | |                                 |                                 |
[INFO] [stdout]     | |                                 |                                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                 |                                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                 `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 116 | |                             }
[INFO] [stdout] 117 | |                             let ticket = self.doc.as_ref().unwrap().share(ShareMode::Write,AddrInfoOptions::RelayAndAddresses).await?;
[INFO] [stdout]     | |                                 ------   --------------------------------------------------------------------------------------------
[INFO] [stdout]     | |                                 |        |                                                                                     |
[INFO] [stdout]     | |                                 |        |                                                                                     this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |                                 |        |                                                                                     `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 |        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                                 |        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 |        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |                                 |        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 `ticket` calls a custom destructor
[INFO] [stdout]     | |                                 `ticket` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 129 | |                             let doc = self.context.node.docs.import(Ticket::deserialize(&ticket)?).await?;
[INFO] [stdout]     | |                                       -------------------------------------------------------------------
[INFO] [stdout]     | |                                       |                             |                              |
[INFO] [stdout]     | |                                       |                             |                              this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     | |                                       |                             |                              `#14` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       |                             this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     | |                                       |                             `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |                                       `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                       this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     | |                                       `#13` will be dropped later as of Edition 2024
[INFO] [stdout] 130 | |                             self.doc = Some(doc);
[INFO] [stdout] 131 | |                             self.identify_self_on_doc(&myself, true).await.unwrap();
[INFO] [stdout]     | |                             ----------------------------------------------
[INFO] [stdout]     | |                             |                                        |
[INFO] [stdout]     | |                             |                                        this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     | |                             |                                        `#16` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     | |                             `#15` will be dropped later as of Edition 2024
[INFO] [stdout] 132 | |                             debug!("identified myself, now subscribing");
[INFO] [stdout] 133 | |                             self.subscribe_doc(le_tx.clone()).await.unwrap();
[INFO] [stdout]     | |                             ---------------------------------------
[INFO] [stdout]     | |                             |                                 |
[INFO] [stdout]     | |                             |                                 this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     | |                             |                                 `#18` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 138 | |                             self.accept_connection(&myself).await?;
[INFO] [stdout]     | |                             --------------------------------------
[INFO] [stdout]     | |                             |                               |
[INFO] [stdout]     | |                             |                               this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     | |                             |                               `#21` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     | |                             `#20` will be dropped later as of Edition 2024
[INFO] [stdout] 139 | |                             self.drop_doc().await?;
[INFO] [stdout]     | |                             ----------------------
[INFO] [stdout]     | |                             |               |
[INFO] [stdout]     | |                             |               this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]     | |                             |               `#24` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]     | |                             `#22` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]     | |                             `#23` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 145 | |                             self.drop_doc().await?;
[INFO] [stdout]     | |                             ----------------------
[INFO] [stdout]     | |                             |               |
[INFO] [stdout]     | |                             |               this value will be stored in a temporary; let us call it `#27`
[INFO] [stdout]     | |                             |               `#27` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]     | |                             `#25` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                             this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]     | |                             `#26` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 150 | |                 Some(le) = le_rx.recv() => {
[INFO] [stdout]     | |                      --
[INFO] [stdout]     | |                      |
[INFO] [stdout]     | |                      `le` calls a custom destructor
[INFO] [stdout]     | |                      `le` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 164 | |                             if let Some(entry) = crp.process_event(le)? {
[INFO] [stdout]     | |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |                                                  |
[INFO] [stdout]     | |                                                  this value will be stored in a temporary; let us call it `#31`
[INFO] [stdout]     | |                                                  up until Edition 2021 `#31` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                  this value will be stored in a temporary; let us call it `#32`
[INFO] [stdout]     | |                                                  up until Edition 2021 `#32` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 165 | |                                 self.handle_doc_entry(entry, myself).await?;
[INFO] [stdout]     | |                                 -------------------------------------------
[INFO] [stdout]     | |                                 |                                    |
[INFO] [stdout]     | |                                 |                                    this value will be stored in a temporary; let us call it `#30`
[INFO] [stdout]     | |                                 |                                    `#30` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#28`
[INFO] [stdout]     | |                                 `#28` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#29`
[INFO] [stdout]     | |                                 `#29` will be dropped later as of Edition 2024
[INFO] [stdout] 166 | |                             }
[INFO] [stdout] 167 | |                         }
[INFO] [stdout]     | |                         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |                 },
[INFO] [stdout] 173 | |             }
[INFO] [stdout]     | |             -
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `output` calls a custom destructor
[INFO] [stdout]     | |             `output` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `futures` calls a custom destructor
[INFO] [stdout]     | |             `futures` will be dropped later as of Edition 2024
[INFO] [stdout]     | |_____________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#31` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#32` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `output` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `ticket` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for SigningKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for SigningKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for SigningKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/signing.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for SigningKey {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout] note: `#16` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#24` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#27` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `le` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#28` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#30` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `self` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.17.0/src/client/docs.rs:136:1
[INFO] [stdout]     |
[INFO] [stdout] 136 | / impl<C> Drop for DocInner<C>
[INFO] [stdout] 137 | | where
[INFO] [stdout] 138 | |     C: ServiceConnection<RpcService>,
[INFO] [stdout]     | |_____________________________________^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/establish.rs:293:27
[INFO] [stdout]     |
[INFO] [stdout] 291 |                 while let Some(Ok(le)) = stream.next().await {
[INFO] [stdout]     |                                                        -----
[INFO] [stdout]     |                                                        |
[INFO] [stdout]     |                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                        `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 292 |                     debug!("AND FUCKING HERE?? {}", le_tx.is_closed());
[INFO] [stdout] 293 |                     match le_tx.send(le).await { Err(e) => {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^-----       -
[INFO] [stdout]     |                           |              |           |
[INFO] [stdout]     |                           |              |           `e` calls a custom destructor
[INFO] [stdout]     |                           |              |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |              this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |              up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           |              `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 298 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/establish.rs:291:42
[INFO] [stdout]     |
[INFO] [stdout] 291 |                 while let Some(Ok(le)) = stream.next().await {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                          |             |
[INFO] [stdout]     |                                          |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                          |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                          up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 292 |                     debug!("AND FUCKING HERE?? {}", le_tx.is_closed());
[INFO] [stdout] 293 |                     match le_tx.send(le).await { Err(e) => {
[INFO] [stdout]     |                           --------------------       -
[INFO] [stdout]     |                           |              |           |
[INFO] [stdout]     |                           |              |           `e` calls a custom destructor
[INFO] [stdout]     |                           |              |           `e` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                           |              `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 298 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/data.rs:138:53
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let e = if let Some(pk) = pk {
[INFO] [stdout]     |         -
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `e` calls a custom destructor
[INFO] [stdout]     |         `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 138 |     Ok(node.deserialize_read_blob(e.content_hash()).await?)
[INFO] [stdout]     |                                                     ^^^^^
[INFO] [stdout]     |                                                     |
[INFO] [stdout]     |                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 139 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/exchange/context.rs:183:37
[INFO] [stdout]     |
[INFO] [stdout] 183 |         while let Some(Ok(event)) = stream.next().await {
[INFO] [stdout]     |                           -----     ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |         |             |
[INFO] [stdout]     |                           |         |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |         |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |         this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]     |                           |         up until Edition 2021 `#26` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `event` calls a custom destructor
[INFO] [stdout]     |                           `event` will be dropped later as of Edition 2024
[INFO] [stdout] 184 |             let handle_result: Result<()> = match event {
[INFO] [stdout]     |                 -------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 `handle_result` calls a custom destructor
[INFO] [stdout]     |                 `handle_result` will be dropped later as of Edition 2024
[INFO] [stdout] 185 |                 LiveEvent::NeighborUp(pk) => {
[INFO] [stdout] 186 |                     self.neighbor_changed((*pk.as_bytes()).into(), true).await?;
[INFO] [stdout]     |                     -----------------------------------------------------------
[INFO] [stdout]     |                     |                                                    |
[INFO] [stdout]     |                     |                                                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                     |                                                    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     `__awaitee` calls a custom destructor
[INFO] [stdout]     |                     `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 190 |                     self.neighbor_changed((*pk.as_bytes()).into(), false).await?;
[INFO] [stdout]     |                     ------------------------------------------------------------
[INFO] [stdout]     |                     |                                                     |
[INFO] [stdout]     |                     |                                                     this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                     |                                                     `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                     `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 195 |                     self.broadcast(SyncFinished).await?;
[INFO] [stdout]     |                     ----------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                     `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 199 |                     if let Some(entry) = crp.process_event(event)? {
[INFO] [stdout]     |                                 -----    -------------------------
[INFO] [stdout]     |                                 |        |
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                 |        `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 |        this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                 |        `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                 `entry` calls a custom destructor
[INFO] [stdout]     |                                 `entry` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 202 |                         if let Some(iden) = self.identification_rw.content_ready(key, &entry).await? {
[INFO] [stdout]     |                                             -------------------------------------------------------
[INFO] [stdout]     |                                             |                                                 |
[INFO] [stdout]     |                                             |                                                 this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                                             |                                                 `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                             this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                             `#10` will be dropped later as of Edition 2024
[INFO] [stdout] 203 |                             self.new_participant_joined(iden).await?;
[INFO] [stdout]     |                             ----------------------------------------
[INFO] [stdout]     |                             |                                 |
[INFO] [stdout]     |                             |                                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                             |                                 `#14` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                             `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] 204 |                         } else if let Some(msg) = self.messages_rw.content_ready(key, &entry).await? {
[INFO] [stdout]     |                                                   --------------------------------------------------
[INFO] [stdout]     |                                                   |                                           |
[INFO] [stdout]     |                                                   |                                           this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]     |                                                   |                                           `#17` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                                   this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                                                   `#15` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                                   this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                                   `#16` will be dropped later as of Edition 2024
[INFO] [stdout] 205 |                             self.new_message_received(msg).await?
[INFO] [stdout]     |                             ------------------------------------
[INFO] [stdout]     |                             |                              |
[INFO] [stdout]     |                             |                              this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]     |                             |                              `#19` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]     |                             `#18` will be dropped later as of Edition 2024
[INFO] [stdout] 206 |                         } else if let Some(file) = self.file_rw.content_ready(key, &entry).await? {
[INFO] [stdout]     |                                                    ----------------------------------------------
[INFO] [stdout]     |                                                    |                                       |
[INFO] [stdout]     |                                                    |                                       this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]     |                                                    |                                       `#22` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                                    this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]     |                                                    `#20` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                                    this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]     |                                                    `#21` will be dropped later as of Edition 2024
[INFO] [stdout] 207 |                             self.file_updated(file).await?;
[INFO] [stdout]     |                             ------------------------------
[INFO] [stdout]     |                             |                       |
[INFO] [stdout]     |                             |                       this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]     |                             |                       `#25` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]     |                             `#23` will be dropped later as of Edition 2024
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]     |                             `#24` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 216 |             if let Err(e) = handle_result {
[INFO] [stdout]     |                        -
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        `e` calls a custom destructor
[INFO] [stdout]     |                        `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 219 |         };
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#26` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `event` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `handle_result` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#22` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#23` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#25` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/live_doc.rs:81:37
[INFO] [stdout]     |
[INFO] [stdout]  81 |         while let Some(Ok(entry)) = stream.next().await {
[INFO] [stdout]     |                           -----     ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |         |             |
[INFO] [stdout]     |                           |         |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |         |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `entry` calls a custom destructor
[INFO] [stdout]     |                           `entry` will be dropped later as of Edition 2024
[INFO] [stdout]  82 |             output.push(self.node.deserialize_read_blob(entry.content_hash()).await?);
[INFO] [stdout]     |                         ------------------------------------------------------------
[INFO] [stdout]     |                         |                                                     |
[INFO] [stdout]     |                         |                                                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         |                                                     `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/live_doc.rs:120:37
[INFO] [stdout]     |
[INFO] [stdout] 120 |         while let Some(Ok(entry)) = stream.next().await {
[INFO] [stdout]     |                           -----     ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |         |             |
[INFO] [stdout]     |                           |         |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |         |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `entry` calls a custom destructor
[INFO] [stdout]     |                           `entry` will be dropped later as of Edition 2024
[INFO] [stdout] 121 |             output.push(self.node.deserialize_read_blob(entry.content_hash()).await?);
[INFO] [stdout]     |                         ------------------------------------------------------------
[INFO] [stdout]     |                         |                                                     |
[INFO] [stdout]     |                         |                                                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         |                                                     `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 122 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/live_doc.rs:50:37
[INFO] [stdout]     |
[INFO] [stdout]  50 |         while let Some(Ok(entry)) = stream.next().await {
[INFO] [stdout]     |                           -----     ^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                           |         |             |
[INFO] [stdout]     |                           |         |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           |         |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           |         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                           |         up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `entry` calls a custom destructor
[INFO] [stdout]     |                           `entry` will be dropped later as of Edition 2024
[INFO] [stdout]  51 |             let bs = self.node.blobs.status(entry.content_hash()).await?;
[INFO] [stdout]     |                      ---------------------------------------------------
[INFO] [stdout]     |                      |                                            |
[INFO] [stdout]     |                      |                                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                      |                                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  59 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.6.0/src/bytes.rs:544:1
[INFO] [stdout]     |
[INFO] [stdout] 544 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/global.rs:154:40
[INFO] [stdout]     |
[INFO] [stdout] 154 |         while let Ok(e) = subby.recv().await {
[INFO] [stdout]     |                           -------------^^^^^
[INFO] [stdout]     |                           |            |
[INFO] [stdout]     |                           |            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                           |            up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 157 |                     exchange_list_changed(&ctx, &tx).await.expect("couldnt send");
[INFO] [stdout]     |                     --------------------------------------
[INFO] [stdout]     |                     |                                |
[INFO] [stdout]     |                     |                                this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     |                                `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 160 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/exchange.rs:126:100
[INFO] [stdout]     |
[INFO] [stdout] 118 |         while let Ok(e) = subby.recv().await {
[INFO] [stdout]     |                           ------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           `__awaitee` calls a custom destructor
[INFO] [stdout]     |                           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 123 |                     reload_messages(&ctx, &tx).await.unwrap();
[INFO] [stdout]     |                     --------------------------------
[INFO] [stdout]     |                     |                          |
[INFO] [stdout]     |                     |                          this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     |                          `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 126 |                     tx.send(Event(ExchangeEvents::LiveConnectionsUpdated { count: count as u32 })).await.unwrap()
[INFO] [stdout]     |                     -------------------------------------------------------------------------------^^^^^
[INFO] [stdout]     |                     |                                                                              |
[INFO] [stdout]     |                     |                                                                              this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                     |                                                                              up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                     `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 127 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 128 |                 ContextEvents::FileUpdated(file) => {
[INFO] [stdout] 129 |                     file_updated(file, &ctx, &tx).await.unwrap();
[INFO] [stdout]     |                     -----------------------------------
[INFO] [stdout]     |                     |                             |
[INFO] [stdout]     |                     |                             this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                     |                             `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/mod.rs:77:38
[INFO] [stdout]     |
[INFO] [stdout]  77 |             while let Some(action) = actor_rx.recv().await {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                      |               |
[INFO] [stdout]     |                                      |               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                      |               up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                      |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                      |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                      up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                      `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  78 |
[INFO] [stdout]  79 |                 let res = action_receiver(ctx.clone(), action, responder_tx.clone()).await;
[INFO] [stdout]     |                     ---   ----------------------------------------------------------------
[INFO] [stdout]     |                     |     |                                                          |
[INFO] [stdout]     |                     |     |                                                          this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                     |     |                                                          `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     |     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     |     `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     `res` calls a custom destructor
[INFO] [stdout]     |                     `res` will be dropped later as of Edition 2024
[INFO] [stdout]  80 |
[INFO] [stdout]  81 |                 if let Err(e) = res {
[INFO] [stdout]     |                            -
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `e` calls a custom destructor
[INFO] [stdout]     |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout]  82 |                     error!("Error handling action {}", e);
[INFO] [stdout]  83 |                     responder_tx.send(EventWrapper::Error).await.expect("Error reporting error");
[INFO] [stdout]     |                     --------------------------------------------
[INFO] [stdout]     |                     |                                      |
[INFO] [stdout]     |                     |                                      this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                     |                                      `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                     `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  84 |                 }
[INFO] [stdout]  85 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `res` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.82/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/dispatch/mod.rs:103:37
[INFO] [stdout]     |
[INFO] [stdout] 103 |             while let Some(event) = rx.recv().await {
[INFO] [stdout]     |                            -----    ^^^^^^^^^^-----
[INFO] [stdout]     |                            |        |         |
[INFO] [stdout]     |                            |        |         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            |        |         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |        |         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |        up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |        `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |        `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `event` calls a custom destructor
[INFO] [stdout]     |                            `event` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 118 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating uniffi-bindgen.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/scratch.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
[INFO] [stderr] crater-edition-check: ghostlib v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking ghostlib v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `tracing::debug`
[INFO] [stdout]   --> src/data.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use tracing::debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::debug`
[INFO] [stdout]   --> src/data.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use tracing::debug;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `save_on_doc_as_key`
[INFO] [stdout]    --> src/lib.rs:220:63
[INFO] [stdout]     |
[INFO] [stdout] 220 |     use crate::data::{BlobsSerializer, ExchangeId, PublicKey, save_on_doc_as_key};
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::mpsc`
[INFO] [stdout]    --> src/lib.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |     use tokio::sync::mpsc;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::mpsc::error::TryRecvError`
[INFO] [stdout]    --> src/lib.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |     use tokio::sync::mpsc::error::TryRecvError;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `doc`
[INFO] [stdout]    --> src/lib.rs:585:21
[INFO] [stdout]     |
[INFO] [stdout] 585 |                 let doc = ah.handle().block_on(async move {
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_doc`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "4b51ac49ff5ab325bf744e63f1e59c835de162ff480bff35ed9e8d174e73fd8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b51ac49ff5ab325bf744e63f1e59c835de162ff480bff35ed9e8d174e73fd8e", kill_on_drop: false }`
[INFO] [stdout] 4b51ac49ff5ab325bf744e63f1e59c835de162ff480bff35ed9e8d174e73fd8e
